Skip to content

Feature/Trident operator#70

Open
aharrell-rh wants to merge 57 commits into
mainfrom
trident
Open

Feature/Trident operator#70
aharrell-rh wants to merge 57 commits into
mainfrom
trident

Conversation

@aharrell-rh
Copy link
Copy Markdown
Contributor

@aharrell-rh aharrell-rh commented Nov 3, 2025

The policies automate the deployment of the Trident Operator and its Orchestrator operand, while also integrating full lifecycle management for Trident resources including backendconfigs, storage classes, and related configurations.

Comment thread policies/trident/values.yaml Outdated
Comment thread policies/trident/values.yaml Outdated
Comment thread policies/certified/trident/values.yaml
Comment thread policies/trident/Chart.yaml
Comment thread autoshift/values.hub.yaml Outdated
compliance-source-namespace: openshift-marketplace
compliance-channel: stable
### Trident
trident: 'false'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment out for now

Comment thread policies/trident/values.yaml Outdated
@@ -0,0 +1,14 @@
apiVersion: trident.netapp.io/v1
kind: TridentBackendConfig
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the wrong kind

Copy link
Copy Markdown
Contributor

@bcarr-rh bcarr-rh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add the new labels to the _example in clustersets for the ci tests to pass. If you need to lookup something like a secret you will need to create the yaml that you are looking up in the tools/testdata folder with dummy values. There should be some examples in there

@@ -1,3 +1,327 @@
<<<<<<< HEAD
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like the merge didnt go well

apiVersion: policy.open-cluster-management.io/v1
kind: Policy
metadata:
name: policy-trident-operator-install
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it doesnt really matter but can this name match the file name?

kind: ConfigurationPolicy
metadata:
name: trident-orchestrator
namespace: policies-autoshift
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the namespace should either be removed or replaced with {{ .Values.policy_namespace }}

kind: ConfigurationPolicy
metadata:
name: trident-orchestrator-test
namespace: policies-autoshift
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

namespace should either be removed or replaced with {{ .Values.policy_namespace }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants